home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Strategy Challenges Collection
/
Strategy Challenges Collection.iso
/
pc
/
demo
/
demodata
/
menu.dxr
/
00079.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-10-02
|
209 b
|
12 lines
on exitFrame
global gBeenThere, gQuit
set gQuit to 1
puppetPalette(the framePalette)
puppetTransition(6, 2, 16, 0)
if machineType() <> 256 then
go("MacQuit")
else
go("PCQuit")
end if
end